toggle menu
smartposapi-core
1.5.3
androidJvm
switch theme
search in API
smartposapi-core
/
com.worldline.smartposapi.core.dto.cardreader
/
ValidityDate
Validity
Date
data
class
ValidityDate
(
val
start
:
String
?
=
null
,
val
end
:
String
?
=
null
)
:
Parcelable
Members
Constructors
Validity
Date
Link copied to clipboard
constructor
(
start
:
String
?
=
null
,
end
:
String
?
=
null
)
Properties
end
Link copied to clipboard
val
end
:
String
?
=
null
start
Link copied to clipboard
val
start
:
String
?
=
null
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)